d

fun d(tag: String, message: String, throwable: Throwable? = null)

Send a Level.DEBUG log message and log the exception.

Parameters

tag

Used to identify the source of a log message. It usually identifies the class or activity where the log call occurs.

message

The message you would like logged.

throwable

An exception to log